@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1600px) {
	header .lv1 > li a {
		padding: 0 1em;
	}
}
@media (max-width: 1477px) {
	header .lv1 > li a {
		padding: 0 .5em;
	}
	header .lv1 > li {
		margin-left: 1.5em;
	}
}
@media (max-width: 1199px) {
  header {
    display: none;
  }
  .out-header {
    display: none;
  }
  .product-detail .prod-display .wrapper .rt .info-wrapper .brief {
    padding-left: 0;
  }
}
@media (max-width: 990px) {
  .container {
    width: 94% !important;
  }
  .news-list .list .block .rt h5 {
    line-height: 2;
    margin: 0 0 0.5em;
  }
  .product-detail .prod-display .wrapper .rt .info-wrapper .info {
    width: 100%;
    margin-bottom: 3%;
  }
  .product-detail .prod-display .wrapper .rt .info-wrapper .feature {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-nav-banner {
    padding: 1.0416667% 0 2%;
  }
  .index-nav-banner .container ul li {
    margin-right: 10px;
  }
  .index-nav-banner .container ul li a {
    padding: 0.25em 0;
    font-size: 12px;
  }
  .about-us {
    margin-top: 3%;
  }
  .about-us .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .about-us .wrapper .rt {
    width: 100%;
  }
  .online-msg form input {
    width: 100%;
  }
  .download-list .wrapper .block {
    width: 49.051282%;
  }
  .download-list .wrapper .block .title {
    padding: 10px 0 0;
  }
  .index-about .wrapper .lt {
    width: 100%;
  }
  .index-about .wrapper .rt {
    width: 100%;
  }
  .index-app .wrapper {
    flex-direction: column;
  }
  .index-app .wrapper .block {
    width: 100%;
    flex: none;
    flex: unset;
    margin-bottom: 2%;
  }
  .index-culture .wrapper .block {
    width: 48.75%;
    margin-bottom: 3%;
  }
  .news-detail article {
    line-height: 2.4;
  }
  .news-detail .article-tab {
    display: flex;
    justify-content: space-around;
  }
  .news-detail .article-tab .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .news-list .list .block .lt .pic {
    padding-bottom: 75%;
  }
  .news-list .list .block .rt h4 {
    line-height: 1.6667;
  }
  .news-list .list .block .rt h5 {
    line-height: 1.6667;
  }
  .news-list .list .block .rt .more {
    min-width: 7em;
    line-height: 2em;
  }
  .video-list .wrapper .block {
    width: 100%;
  }
  .video-list .wrapper .block .title {
    margin-bottom: 0;
  }
  .talent-recruitment .wrapper .block .lt {
    width: 100%;
  }
  .talent-recruitment .wrapper .block .rt {
    width: 100%;
  }
  .interview-process .wrapper .block {
    width: 49%;
  }
  .dealer-join .wrapper .block {
    width: 100%;
    margin-bottom: 3%;
  }
  .franchise-process .wrapper .block {
    width: 49%;
    margin-bottom: 2%;
  }
  /* .recruitment .recruit-list ul li:nth-child(1) {
    width: 19.5%;
  }
  .recruitment .recruit-list ul li:nth-child(3) {
    width: 12.5%;
  } */
  .prod-tab ul li {
    width: 49%;
  }
  .prod-tab-active ul {
    padding: 10px;
  }
  .prod-tab-active ul li {
    width: 32.6%;
  }
  .product-list .block .lt {
    width: 100%;
  }
  .product-list .block .rt {
    width: 100%;
    padding: 10px 0 0;
  }
  .product-detail .prod-display .wrapper .lt {
    width: 100%;
    margin-bottom: 3%;
  }
  .product-detail .prod-display .wrapper .rt {
    width: 100%;
  }
	.product-list .block .rt .btn {
		justify-content: space-around;
		gap: .5em;
		line-height: 2.5;
	}
	.product-detail .prod-display .wrapper .rt .intro .btn a {
		width: auto;
		min-width: 8em;
		line-height: 2.5;
	}
	.filter-tab .row {
		flex-direction: column;
		margin-bottom: 5%;
	}
	.filter-tab .row .name {
		margin-bottom: 2%;
	}
}
